バージョン

Item プロパティ (GridPaletteCollectionBase<T>)

コレクションのインデクサー。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
public T this[ 
   int index
]; {get;}

パラメータ

index
コレクション内の項目のインデックス。
参照